type go.pact.im/x/pgxprocess.database (interface)
Method Implmentations
Begin(context.Context) (pgx.Tx, error)
(*Conn).handle.Begin
(*Pool).handle.Begin
*github.com/jackc/pgx/v5.Conn.Begin
*github.com/jackc/pgx/v5/pgxpool.Conn.Begin
*github.com/jackc/pgx/v5/pgxpool.Pool.Begin
(*handle[...]).Begin
BeginTx(context.Context, pgx.TxOptions) (pgx.Tx, error)
(*Conn).handle.BeginTx
(*Pool).handle.BeginTx
*github.com/jackc/pgx/v5.Conn.BeginTx
*github.com/jackc/pgx/v5/pgxpool.Conn.BeginTx
*github.com/jackc/pgx/v5/pgxpool.Pool.BeginTx
(*handle[...]).BeginTx
CopyFrom(context.Context, pgx.Identifier, []string, pgx.CopyFromSource) (int64, error)
(*Conn).handle.CopyFrom
(*Pool).handle.CopyFrom
*github.com/jackc/pgx/v5.Conn.CopyFrom
*github.com/jackc/pgx/v5/pgxpool.Conn.CopyFrom
*github.com/jackc/pgx/v5/pgxpool.Pool.CopyFrom
(*handle[...]).CopyFrom
Exec(context.Context, string, ...any) (pgconn.CommandTag, error)
(*Conn).handle.Exec
(*Pool).handle.Exec
*github.com/jackc/pgx/v5.Conn.Exec
*github.com/jackc/pgx/v5/pgxpool.Conn.Exec
*github.com/jackc/pgx/v5/pgxpool.Pool.Exec
(*handle[...]).Exec
Ping(context.Context) error
(*Conn).handle.Ping
(*Pool).handle.Ping
*github.com/jackc/pgx/v5.Conn.Ping
*github.com/jackc/pgx/v5/pgxpool.Conn.Ping
*github.com/jackc/pgx/v5/pgxpool.Pool.Ping
(*handle[...]).Ping
Query(context.Context, string, ...any) (pgx.Rows, error)
(*Conn).handle.Query
(*Pool).handle.Query
*github.com/jackc/pgx/v5.Conn.Query
*github.com/jackc/pgx/v5/pgxpool.Conn.Query
*github.com/jackc/pgx/v5/pgxpool.Pool.Query
(*handle[...]).Query
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)